Fix docstring typo
authorjustbur <justin@burkett.cc>
Tue, 5 Apr 2016 14:05:15 +0000 (10:05 -0400)
committerjustbur <justin@burkett.cc>
Tue, 5 Apr 2016 14:05:15 +0000 (10:05 -0400)
which-key.el

index 8c8b3dfb25ffb295a499ab3808cc287287d6b2e9..891deaaa824bdd0ebcc59c700cd5b0b6700483d2 100644 (file)
@@ -760,7 +760,7 @@ to `which-key-prefix-title-alist'."
 
 ;;;###autoload
 (defun which-key-declare-prefixes-for-mode (mode key-sequence name &rest more)
-  "Functions like `which-key-declare-prefix-names'.
+  "Functions like `which-key-declare-prefixes'.
 The difference is that MODE specifies the `major-mode' that must
 be active for KEY-SEQUENCE and NAME (MORE contains
 addition KEY-SEQUENCE NAME pairs) to apply."